home *** CD-ROM | disk | FTP | other *** search
- ;-------------------------routine begins--------------------------+
- ; ROUTINE FOR
- ;
- ; FUNCTION: This routine
- ; INPUT:
- ; OUTPUT:
- ; REGISTERS USED:
- ; SEGMENTS REFERENCED: None
- ; ROUTINES CALLED:
- ; SPECIAL NOTES: None
- ;
- name proc far
- push dx ; save registers
- ;
- pop dx ; restore registers
- ret ; return
- name endp
- ;-------------------------routine ends---------------------------+